バージョン

InsertRange メソッド (SortConditionCollection<T>)

シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal entries As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of T,SortCondition)) _
) 
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<KeyValuePair<T,SortCondition>> entries
)

パラメータ

index
entries
参照

オンラインで表示: GitHub